projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e2fa27a
)
(lisp): Set to an absolute directory, namely
author
Andrew Innes
<andrewi@gnu.org>
Wed, 6 Dec 2000 14:54:06 +0000
(14:54 +0000)
committer
Andrew Innes
<andrewi@gnu.org>
Wed, 6 Dec 2000 14:54:06 +0000
(14:54 +0000)
$(CURDIR).
lisp/makefile.w32-in
patch
|
blob
|
history
diff --git
a/lisp/makefile.w32-in
b/lisp/makefile.w32-in
index 9787ae037f18b9ca21b89b026d7193af233bc14b..0c996515a292df039434cf733f9be0406b35f4b2 100644
(file)
--- a/
lisp/makefile.w32-in
+++ b/
lisp/makefile.w32-in
@@
-27,8
+27,7
@@
all: $(ALL)
SQUOTE='
# '
-#lisp=$(MAKEDIR:\=/)
-lisp=.
+lisp = $(CURDIR)
# You can specify a different executable on the make command line,
# e.g. "make EMACS=../src/emacs ...".